home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / Backup / bk-db34.dms / in.adf / Install Diavolo < prev    next >
Encoding:
Text File  |  1996-10-20  |  46.7 KB  |  1,298 lines

  1. ; Install-Script for Diavolo-Backup
  2. ;
  3. ; © 1993-1995 Martin Korndörfer
  4. ;
  5. ; $VER:DiavoloInstall 2.7 (01-Mar-96)
  6. ;
  7. ; Version 2.7
  8. ; - Uses only global movieshop and pfile.library
  9. ;
  10. ; Version 2.6
  11. ; - Tries to install MagicWB demo only if the file is present.
  12. ;   For mailbox update.
  13. ;
  14. ; Version 2.5
  15. ; - MagicWB is optionally installed
  16. ;
  17. ; Version 2.4
  18. ; - Copies Installer to c:
  19. ; - Sets language tool type of all program icons
  20. ; - Sets various Diavolo and Install Diavolo tooltypes
  21. ; - Welcome message only printed on real installation
  22. ;
  23. ; Version 2.3
  24. ; - Copies the catalogs to LOCALE:, too, so that DBSchedDaemon finds its
  25. ;   catalog
  26. ; - Copies Devs:Keymaps and input.prefs into boot disk for german keyboard
  27. ;   layout
  28. ; - Only cybergraphics, cyberintuition and cyberlayers.library are copied onto
  29. ;   the bootdisk
  30. ;
  31. ; Version 2.2
  32. ; - Don't try to copy 68040.library if not present
  33. ; - Tool Types set correctly
  34. ; - DBSchedDaemon can be copied into WBStartup
  35. ; - Installer doesn't fail quietly if a FILE Diavolo exists
  36. ;   in the dest. dir.
  37. ; - loadwb_old will be copies onto the emergency boot disk instead of loadwb
  38. ;   if it exists. Workaround for DOpus 5.
  39. ; - in the line endcli>nil: the colon was missing.
  40. ; - Palette.Prefs are copied now, too
  41. ;
  42. ; Version 2.1
  43. ; - Some textual corrections
  44. ;
  45. ; Version 2.0
  46. ; - New release for DB 2.0
  47. ;
  48. ; Version 1.26
  49. ; - Added 68040.library and SetPatch
  50. ;
  51. ; Version 1.22
  52. ;
  53. ;   Initial Release
  54.  
  55.  
  56. ; ** "Locale" Section. For each supported language, all texts must be set correctly
  57. ; **
  58. ;
  59.  
  60. (if (= @language "deutsch")
  61.     (
  62.         (set @abort-button "Installation abbrechen"
  63.         )
  64.  
  65.         (set @app-name "Diavolo Backup 3.x"
  66.         )
  67.  
  68.         (set #welcome "Diavolo Backup 3.x Installation"
  69.         )
  70.  
  71.         (set #get-destination-prompt "Bitte wählen Sie, wo das Diavolo Verzeichnis erstellt werden soll"
  72.         )
  73.  
  74.         (set #get-destination-help (cat "Bitte wählen Sie in diesem Dialog auf welcher Partition oder in welchem "
  75.                                         "Verzeichnis die Diavolo Schublade eingerichtet werden soll.\n\n"
  76.                                         @askdir-help
  77.                                    )
  78.         )
  79.  
  80.         (set #copying-archive "Kopiere Haupt-Archiv ..."
  81.         )
  82.  
  83.         (set #copying-install-script "Kopiere Installscript ..."
  84.         )
  85.  
  86.         (set #Unpack-Main "Entpacke Haupt-Archiv ..."
  87.         )
  88.  
  89.         (set #Unpack-MWBDemo "Entpacke MagicWB-Demo ..."
  90.         )
  91.  
  92.         (set #unpack-error (cat "Konnte Archiv nicht entpacken! Bitte machen Sie auf Ihrem Laufwerk Platz oder "
  93.                                 "wählen Sie ein anderes Ziel und starten Sie die Installation neu."
  94.                            )
  95.         )
  96.  
  97.         (set #mwb-detected-prompt (cat "MagicWB 2.0 gefunden.\nSie können entweder MWB-kompatible 8-Farb-Icons "
  98.                                        "oder die standard System-Icons für Diavolo verwenden."
  99.                                   )
  100.         )
  101.  
  102.         (set #mwb-detected-help (cat "Das Installationsprogramm hat festgestellt, daß die MagicWB 2.0 auf Ihrem "
  103.                                      "Rechner installiert ist. Sie sollten deshalb auch für Diavolo die Icons im "
  104.                                      "MagicWB-Stil verwenden. Wenn Sie wollen, können Sie aber auch die normalen "
  105.                                      "4-farb Icons installieren lassen.\n\n"
  106.                                      @askchoice-help
  107.                                 )
  108.         )
  109.  
  110.         (set #mwb-notdetected-prompt (cat "MagicWB 2.0 ist nicht installiert.\nUnter bestimmten Umständen können Sie "
  111.                                           "dennoch die 8-farb Icons verwenden (siehe Hilfe), in aller Regel werden Sie "
  112.                                           "aber die Standard System-Icons installieren müssen."
  113.                                   )
  114.         )
  115.  
  116.         (set #mwb-notdetected-help (cat "Das Installationsprogramm konnte die MagicWB 2.0 nicht auf Ihrem System finden. "
  117.                                      "Die mitgelieferten 8-farb Icons funktionieren nur mit der MagicWB 2.0 korrekt. "
  118.                                      "Ausser Sie verwenden einen Screen mit exakt 8 Farben und der MagicWB 1.x Palette, "
  119.                                      "in diesem Fall können Sie ebenfalls die 8-farb Icons installieren.\nIn allen anderen "
  120.                                      "Fällen sollten Sie auf die Standard System-Icons zurückgreifen.\n\n"
  121.                                      @askchoice-help
  122.                                 )
  123.         )
  124.  
  125.         (set #mwb-0 "8-farb MWB Icons")
  126.  
  127.         (set #mwb-1 "4-farb Standard Icons")
  128.  
  129.         (set #Unpack-StdIcons "Entpacke Standard-Icon Archiv ..."
  130.         )
  131.  
  132.         (set #Unpack-MWBIcons "Entpacke MagicWB-Icon Archiv ..."
  133.         )
  134.  
  135.         (set #prompt-MWB (cat"Diavolo Backup verwedet die Optik der MagicWB von Martin Huttenloher. "
  136.                              "Um einen Eindruck von diesem Produkt zu bekommen, sollten Sie einen Blick "
  137.                              "auf die Demo der neuesten Version werfen. Es werden dabei keinerlei Veränderungen "
  138.                              "an Ihrem System vorgenommen."
  139.                          )
  140.         )
  141.  
  142.         (set #label-MWB "MagicWB 2.0 Demo kopieren"
  143.         )
  144.  
  145.         (set #help-MWB (cat "Das Aussehen von Diavolo Backup orientiert sich stark am MagicWB-Stil. MagicWB ist "
  146.                             "ein Programm zur optischen Aufwertung der Oberfläche des Amigas (Workbench). Falls "
  147.                             "Sie MagicWB noch nicht kennen oder noch nicht registriert sind, sollten Sie einen "
  148.                             "Blick auf diese Demonstration werfen. Sie enthält alle aktuellen Informationen über "
  149.                             "die neueste Version von MagicWB.\n\nDie Demo (etwa 300k) wird in einem extra Verzeichnis "
  150.                             "innerhalb der Diavolo-Schublade installiert ohne irgendwelche anderen Daten oder Bereiche in "
  151.                             "Ihrem System zu beeinflussen. Um die Demo zu entfernen, brauchen Sie lediglich das "
  152.                             "Verzeichnis zu löschen.\n\n"
  153.                             @askoptions-help
  154.                         )
  155.         )
  156.  
  157.         (set #Update-Lib-Prompt "Die Library\n%s\nist in diesem System bereits installiert. Soll sie ausgetauscht werden?"
  158.         )
  159.  
  160.         (set #Update-Lib-Help (cat "Es ist nicht notwendig die von Diavolo benötigten Libraries im globalen LIBS: "
  161.                                    "Verzeichnis zu installieren, da sie auch in Diavolos eigenem libs Verzeichnis "
  162.                                    "gefunden werden.\n"
  163.                                    "Aber diese Library ist in Ihrem System bereits installiert. Um zu vermeiden, "
  164.                                    "daß eine veraltete Version dieser Library verwendet wird, sollten Sie prüfen, "
  165.                                    "ob die Version, die bei Diavolo mitgeliefert wird, aktueller ist und sie in "
  166.                                    "diesem Fall erneuern lassen.\n\n"
  167.                                    @copylib-help
  168.                               )
  169.         )
  170.  
  171.         (set #Update-XPK-Lib-Prompt (cat "The XPK Kompressions-Library\n%s\nist in diesem System bereits installiert. Soll sie "
  172.                                      "ausgetauscht werden?"
  173.                                 )
  174.         )
  175.  
  176.         (set #Create-Dirs "Erstelle Verzeichnisse ...")
  177.  
  178.         (set #Checking-Libs "Prüfe auf veraltete Libraries im System ...")
  179.  
  180.         (set #Correcting-Icons "Korrigiere Einträge in den Icon-Informationen ...")
  181.  
  182.         (set #copy-scheddaemon-prompt (cat "Wenn Sie automatische Sicherungen zu bestimmten Zeiten mit Hilfe des "
  183.                                            "'DBScheduler's ausführen lassen wollen, so muß dazu das Programm "
  184.                                            "'DBSchedDaemon' in Ihre WBStartup Schublade kopiert werden.\n\n"
  185.                                            "DBSchedDaemon in die WBStartup Schublade kopieren?"
  186.                                       )
  187.         )
  188.  
  189.         (set #copy-scheddaemon-help (cat "Das Programm 'DBSchedDaemon' kümmert sich darum, daß die Zeiteinträge, "
  190.                                          "die Sie mit 'DBScheduler' erstellen können, überwacht werden und rechtzeitig "
  191.                                          "die gewünschten Sicherungen ausgeführt werden.\n\n Für weitere Informationen "
  192.                                          "beachten Sie bitte das Kapitel 'automatische Sicherungen' im Handbuch.\n\n"
  193.                                          @askbool-help
  194.                                     )
  195.         )
  196.  
  197.         (set #create-emergency-disk-prompt (cat "Soll eine Not-Bootdiskette erstellt werden?\n\n"
  198.                                                 "(Sehr zu empfehlen!)"
  199.                                            )
  200.         )
  201.  
  202.         (set #create-emergency-disk-help (cat "Damit Sie auch dann noch Ihre Daten restaurieren können, wenn Ihr "
  203.                                               "System nicht mehr selbständig startet, muß eine Not-Bootdiskette "
  204.                                               "erstellt werden. Mit dieser Diskette können Sie immer Ihr System "
  205.                                               "und Diavolo Backup starten, um so z.B. ein Backup zu restaurieren.\n\n"
  206.                                               @askbool-help
  207.                                          )
  208.         )
  209.  
  210.         (set #emergency-yes "Ja"
  211.         )
  212.  
  213.         (set #emergency-no "Nein"
  214.         )
  215.  
  216.         (set #format-select-prompt (cat "Für die Not-Bootdiskette wird eine leere Diskette benötigt.\n"
  217.                                         "Soll die Diskette formatiert werden?"
  218.                                    )
  219.         )
  220.  
  221.         (set #format-select-help (cat "Das Installprogramm formatiert auf Wunsch eine Diskette. Neue Disketten, "
  222.                                       "oder Disketten, die mit einem Fremdformat formatiert sind, müssen "
  223.                                       "vollständig formatiert werden. Disketten, die bereits für den Amiga "
  224.                                       "formatiert wurden, können mit 'Schnell formatieren' gelöscht werden. "
  225.                                       "Sollten Sie bereits eine leere, formatierte Diskette bereithalten, "
  226.                                       "können Sie das Formatieren auch vollständig überspringen.\n\n"
  227.                                       @askchoice-help
  228.                                  )
  229.         )
  230.  
  231.         (set #format-full "Vollständig formatieren"
  232.         )
  233.  
  234.         (set #format-quick "Schnell formatieren"
  235.         )
  236.  
  237.         (set #format-none "Nicht formatieren"
  238.         )
  239.  
  240.         (set #Ok-To-Format-prompt "Bitte legen Sie die zu formatierende Diskette in Laufwerk DF0 ein!"
  241.         )
  242.  
  243.         (set #Ok-To-Format-Help @askbool-help
  244.         )
  245.  
  246.         (set #format-yes "Formatieren"
  247.         )
  248.  
  249.         (set #format-no "Zurück"
  250.         )
  251.  
  252.         (set #formatting "Formatiere ..."
  253.         )
  254.  
  255.         (set #format-failed "Das Formatieren schlug fehl!"
  256.         )
  257.  
  258.         (set #install-failed "INSTALL df0: fehlgeschlagen"
  259.         )
  260.  
  261.         (set #copy-monitors-prompt "Welchen Monitortyp verwendet Ihr System?\n(Siehe Hilfe!!)"
  262.         )
  263.  
  264.         (set #copy-monitors-help (cat "Das Installationsprogramm versucht auf der Boot-Diskette den selben "
  265.                                       "Workbench-Screenmode einzustellen wie er in Ihrem System konfiguriert ist. "
  266.                                       "Das ist vorallem dann wichtig, wenn Ihr System die Standard-Amiga Screenmodi "
  267.                                       "nicht darstellen kann, weil Ihr Monitor z.B. erst ab 30 kHz synchronisiert.\n\n"
  268.                                       "Damit der Screenmodus auf der Bootdiskette funktioniert, muß die zugehörige "
  269.                                       "Monitordatei auf die Disk kopiert werden. Wählen Sie bitte *NUR* diesen einen "
  270.                                       "'Monitor' aus der Liste an. Mehr als einer wird wahrscheinlich nicht auf die "
  271.                                       "Diskette passen! Wenn Sie sich nicht sicher sind, welchen 'Monitor' Ihr System "
  272.                                       "verwendet, starten Sie bitte das ScreenMode-Prefs Programm. Das Kürzel vor dem "
  273.                                       "Doppelpunkt in der hervorgehobenen Zeile ist der Monitorname.\n\n"
  274.                                       "Anmerkung für CyberGraphics Benutzer: Das Installationsprogramm erkennt die "
  275.                                       "CyberGraphics Treiber und kopiert diese selbstständig. Bitte wählen Sie aus "
  276.                                       "der Liste der Monitore den entsprechenden CyberGraphics Monitor aus.\n\n"
  277.                                       "Anmerkung für Anwender anderer Grafikkartensysteme: Das Installationsprogramm "
  278.                                       "erkennt derzeit NUR die Cybergraphics Software. Die meisten anderen Emulationen "
  279.                                       "benötigen zudem zu viel Platz und passen nicht auf die Bootdiskette. Bitte stellen "
  280.                                       "Sie nach Möglichkeit einen Amiga-Screenmodus auf Ihrer Workbench ein, den Ihr "
  281.                                       "Monitor anzeigen kann, starten Sie dann das Installationsprogramm neu und geben "
  282.                                       "dann diesen Monitor bei der Abfrage an.\n\n"
  283.                                       @copyfiles-help
  284.                                  )
  285.         )
  286.  
  287.         (set #prefs-available (cat "Ihre aktuelle Diavolo Backup Konfiguration wurde auf die Bootdisk kopiert.\n\n"
  288.                                    "Wenn Sie auf Streamer sichern, beachten Sie bitte folgendes:\n\n"
  289.                                    "Beim Start von der Bootdiskette können Sie auf keine Kataloge zugreifen und auch "
  290.                                    "keine Kataloge (wieder-)herstellen, da auf der Diskette kein Platz dafür ist.\n"
  291.                                    "Sie können jedoch den Katalog-Pfad in den SCSI-Einstellungen auf die Festplatte "
  292.                                    "umlenken. Näheres ist im Handbuch beschrieben."
  293.                               )
  294.         )
  295.  
  296.         (set #prefs-not-available (cat "Es ist keine Konfiguration für Diavolo Backup vorhanden.\n\n"
  297.                                        "Wenn Sie auf Streamer sichern sollten Sie zunächst Diavolo Backup "
  298.                                        "konfigurieren und dann das Installationsprogramm erneut aufrufen um "
  299.                                        "eine aktualisierte Notbootdiskette zu erstellen."
  300.  
  301.                                   )
  302.         )
  303.  
  304.         (set #emergency-disk-finished "Die Diavolo Backup Not-Bootdiskette wurde erfolgreich erstellt."
  305.         )
  306.     )
  307. )
  308.  
  309. (if (= @language "english")
  310.     (
  311.         (set @abort-button "Cancel installation"
  312.         )
  313.  
  314.         (set @app-name "Diavolo Backup 3.x"
  315.         )
  316.  
  317.         (set #welcome "Diavolo Backup 3.x installation"
  318.         )
  319.  
  320.         (set #get-destination-prompt "Please select a destination for the Diavolo drawer"
  321.         )
  322.  
  323.         (set #get-destination-help (cat "Use this dialogue to select the partition or the directory where you "
  324.                                         "want the Diavolo drawer to be created.\n\n"
  325.                                         @askdir-help
  326.                                    )
  327.         )
  328.  
  329.         (set #copying-archive "Copying main archive ..."
  330.         )
  331.  
  332.         (set #copying-install-script "Copying install script ..."
  333.         )
  334.  
  335.         (set #Unpack-Main "Unpacking main archive ..."
  336.         )
  337.  
  338.         (set #Unpack-MWBDemo "Unpacking MagicWB demo ..."
  339.         )
  340.  
  341.         (set #prompt-MWB (cat"Diavolo Backup uses the look and feel of Martin Huttenloher's MagicWB. "
  342.                              "To get an impression of this product you should take a look at this "
  343.                              "presentation of the latest version of MagicWB. Your system will remain unchanged "
  344.                              "when installing the demo."
  345.                          )
  346.         )
  347.  
  348.         (set #label-MWB "Install MagicWB 2.0 demo"
  349.         )
  350.  
  351.         (set #help-MWB (cat "MagicWB's graphical style plays an important part in the layout of Diavolo Backup. "
  352.                             "MagicWB is a product to enhance the appearance of your workbench screen. If you don't "
  353.                             "know MagicWB or if you haven't yet registered, then take a look at this demonstration. "
  354.                             "It provides you with all the latest information about the new version of MagicWB.\n\n"
  355.                             "The demo (about 300k) will be installed into a seperate drawer in the Diavolo directory, "
  356.                             "without interfering with any other data or parts of your system. To remove the demo you "
  357.                             "would just have to delete the drawer. \n\n"
  358.                             @askoptions-help
  359.                        )
  360.         )
  361.  
  362.         (set #unpack-error (cat "Could not unpack archive! Make some room on your drive or choose another destination "
  363.                                 "and try again."
  364.                            )
  365.         )
  366.  
  367.         (set #mwb-detected-prompt (cat "MagicWB 2.0 detected.\nYou can use either MWB-compatible 8-color icons "
  368.                                        "or the system standard 4-color icons for Diavolo"
  369.                                   )
  370.         )
  371.  
  372.         (set #mwb-detected-help (cat "MagicWB 2.0 was detected by the install program. You should use the MagicWB-Style "
  373.                                      "icons for Diavolo, too. But you can also install the standard system look icons, "
  374.                                      "if you wish.\n\n".
  375.                                      @askchoice-help
  376.                                 )
  377.         )
  378.  
  379.         (set #mwb-notdetected-prompt (cat "MagicWB 2.0 not detected.\nThough you might be able to use the 8-color icons "
  380.                                           "(see help for details) it's more likely that you have to install the "
  381.                                           "standard system look icons instead.\n\n"
  382.                                   )
  383.         )
  384.  
  385.         (set #mwb-notdetected-help (cat "MagicWB 2.0 could not be found by the install program. The 8-color icons in this "
  386.                                         "package are designed for MagicWB 2.0, but they also work with MagicWB 1.x if you "
  387.                                         "use a screen with 8 colors exactly. In all other cases you will have to install "
  388.                                         "the standard system look icons.\n\n"
  389.                                         @askchoice-help
  390.                                 )
  391.         )
  392.  
  393.         (set #mwb-0 "8-color MWB icons")
  394.  
  395.         (set #mwb-1 "4-color standard icons")
  396.  
  397.         (set #Unpack-StdIcons "Unpacking standard icon archive ..."
  398.         )
  399.  
  400.         (set #Unpack-MWBIcons "Unpacking MagicWB icon archive ..."
  401.         )
  402.  
  403.         (set #Update-Lib-Prompt "The Library\n%s\nis already installed in your system. Do you want to replace it?"
  404.         )
  405.  
  406.         (set #Update-Lib-Help (cat "It's not neccessary to install Diavolo's libraries in your global LIBS: directory, "
  407.                                    "as they will also be found in Diavolo's own libs directory.\n"
  408.                                    "But this library is already installed in your system. To avoid using an "
  409.                                    "obsolete version of that library, you should check if the version supplied "
  410.                                    "with Diavolo is newer and, in that case, choose to replace your old version.\n\n"
  411.                                    @copylib-help)
  412.         )
  413.  
  414.         (set #Update-XPK-Lib-Prompt "The XPK compression Library\n%s\nis already installed in your system. Do you want to replace it?"
  415.         )
  416.  
  417.         (set #Create-Dirs "Creating subdirectories ...")
  418.  
  419.         (set #Checking-Libs "Checking for obsolete libraries in the system ...")
  420.  
  421.         (set #Correcting-Icons "Correcting entries in the icon info pages ...")
  422.  
  423.         (set #copy-scheddaemon-prompt (cat "If you want backups to be created automatically at given times using the "
  424.                                            "'DBScheduler' it's neccessary to copy the program 'DBSchedDaemon' into "
  425.                                            "your WBStartup drawer.\n\n"
  426.                                            "Copy DBSchedDaemon into the WBStartup drawer?"
  427.                                       )
  428.         )
  429.  
  430.         (set #copy-scheddaemon-help (cat "The program 'DBSchedDaemon' takes scansc the event entries created by "
  431.                                          "'DBScheduler' and takes care that the requested backups are created on time.\n\n"
  432.                                          "See the chapter 'automatic backups' in the manual for detailed information.\n\n"
  433.                                          @askbool-help
  434.                                     )
  435.         )
  436.  
  437.         (set #create-emergency-disk-prompt (cat "Do you want to create a emergency boot disk?\n\n"
  438.                                                 "(Recommended!)"
  439.                                            )
  440.         )
  441.  
  442.         (set #create-emergency-disk-help (cat "To be able to restore your data even when your system does not start "
  443.                                               "itself anymore, it's neccessary to create a emergency boot disk. "
  444.                                               "With this disk you can start your system anytime and start Diavolo "
  445.                                               "to restore a backup for example.\n\n"
  446.                                               @askbool-help
  447.                                          )
  448.         )
  449.  
  450.         (set #emergency-yes "Yes"
  451.         )
  452.  
  453.         (set #emergency-no "No"
  454.         )
  455.  
  456.         (set #format-select-prompt (cat "For the emergency boot disk a blank disk is required.\n"
  457.                                         "Do you want a disk to be formatted?"
  458.                                    )
  459.         )
  460.  
  461.         (set #format-select-help (cat "The install program can format a disk if you want to. New disks or "
  462.                                       "disks formatted with an alien format must be fully formated. Disks that "
  463.                                       "are already formatted for the Amiga can be cleared using the quick format. "
  464.                                       "If you have a blank, formatted disk ready you can skip the format procedure "
  465.                                       "entirely.\n\n"
  466.                                       @askchoice-help
  467.                                  )
  468.         )
  469.  
  470.         (set #format-full "Full format"
  471.         )
  472.  
  473.         (set #format-quick "Quick format"
  474.         )
  475.  
  476.         (set #format-none "Don't format"
  477.         )
  478.  
  479.         (set #Ok-To-Format-prompt "Please insert the disk to be formatted into drive DF0!"
  480.         )
  481.  
  482.         (set #Ok-To-Format-Help @askbool-help
  483.         )
  484.  
  485.         (set #format-yes "Format"
  486.         )
  487.  
  488.         (set #format-no "Back"
  489.         )
  490.  
  491.         (set #formatting "Formatting ..."
  492.         )
  493.  
  494.         (set #format-failed "The format procedure failed!"
  495.         )
  496.  
  497.         (set #install-failed "INSTALL df0: failed!"
  498.         )
  499.  
  500.         (set #copy-monitors-prompt "Which Monitor is used in your System?\n(See Help!!)"
  501.         )
  502.  
  503.         (set #copy-monitors-help (cat "The install program tries to configure the same screen mode on the boot disk "
  504.                                       "that is currently set in your system. This is especially important if your "
  505.                                       "system can't display standard amiga screenmodes, perhaps because your monitor "
  506.                                       "only synchronises with 30 kHz or more.\n\n"
  507.                                       "To make the screen mode work on your boot disk, it's neccessary to copy the "
  508.                                       "respective monitor file onto the disk. Please choose *ONLY* this one 'monitor' "
  509.                                       "from the list. More than one would probably not fit onto the disk! If you're "
  510.                                       "not sure which 'monitor' is used by your system, start the screen mode prefs "
  511.                                       "program. The name before the colon in the hilighted line is the name of your "
  512.                                       "'monitor'.\n\n"
  513.                                       "Note for CyberGraphics user: The install program recognizes the CyberCraphics "
  514.                                       "drivers and copies them automatically. Please choose the correct CyberGFX "
  515.                                       "monitor from the list.\n\n"
  516.                                       "Note for users of other graphic expansions: The install program currently "
  517.                                       "recognizes ONLY the CyberGraphics software. Most other emulations wouldn't even "
  518.                                       "fit on the boot disk anyhow. Please set the workbench screen mode to a native "
  519.                                       "Amiga mode that you can display on your monitor, restart the install program "
  520.                                       "and select this monitor from the list.\n\n"
  521.                                       @copyfiles-help
  522.                                  )
  523.         )
  524.  
  525.         (set #prefs-available (cat "Your current Diavolo Backup configuration was copied to the boot disk.\n\n"
  526.                                    "If you use a streamer device, please note that when you're starting with the "
  527.                                    "boot disk, you cannot access tape catalogs nor can you (re)create them, "
  528.                                    "because there's not enough space on the disk.\n"
  529.                                    "However, you can redirect the catalog path in the SCSI settings to your harddrive. "
  530.                                    "See the manual for details."
  531.                               )
  532.         )
  533.  
  534.         (set #prefs-not-available (cat "Diavolo Backup it not yet configured.\n\n"
  535.                                        "If you use a streamer device, you should first configure Diavolo Backup "
  536.                                        "and then start the installation program again to create a updated emergency "
  537.                                        "boot disk."
  538.                                   )
  539.         )
  540.  
  541.         (set #emergency-disk-finished "The Diavolo Backup emergency boot disk has been successfully created."
  542.         )
  543.     )
  544. )
  545.  
  546. ; ** Start of Installation
  547. ;
  548. ;
  549.  
  550. (user 1)
  551.  
  552. ; ** Check if Diavolo is already installed. If not, install the compressed
  553. ; ** archives
  554. ;
  555.  
  556. (set Installed (exists "Diavolo")
  557. )
  558.  
  559. (if (not Installed)
  560.     (
  561.         (welcome)
  562.  
  563.         (set newdest (askdir (prompt #get-destination-prompt)
  564.                              (help #get-destination-help)
  565.                              (default @default-dest)
  566.                      )
  567.         )
  568.  
  569.         (set @default-dest newdest
  570.         )
  571.  
  572.         (set DBDest (tackon @default-dest "Diavolo")
  573.         )
  574.  
  575.         (if (not (= (exists DBDest) 2))
  576.             (
  577.                 (makedir DBDest
  578.                 )
  579.             )
  580.         )
  581.  
  582.         (foreach DBDest "~(#?.prefs)"
  583.                  (
  584.                     (if (< @each-type 0)
  585.                         (
  586.                             (delete (tackon DBDest @each-name)
  587.                                     (optional askuser)
  588.                             )
  589.                         )
  590.                     )
  591.                  )
  592.         )
  593.  
  594.          (complete 50)
  595.  
  596.         (set @execute-dir DBDest
  597.         )
  598.  
  599.         (working #Unpack-Main)
  600.  
  601.         (set Fail (run "lzx x Diavolo_Pro_3.4_Install:Installdata.lzx")
  602.         )
  603.  
  604.         (complete 70)
  605.  
  606.         (if (exists "LOCALE:" (noreq))
  607.             (
  608.                 (copyfiles (source (tackon DBDest "catalogs"))
  609.                            (dest "Locale:catalogs")
  610.                            (all)
  611.                            (optional force)
  612.                 )
  613.             )
  614.         )
  615.  
  616.         (if Fail
  617.             (
  618.                 (abort #unpack-error
  619.                 )
  620.             )
  621.         )
  622.  
  623.         (if (exists "env:MagicWB")
  624.             (
  625.                 (set UseStdIcons (askchoice (prompt #mwb-detected-prompt)
  626.                                             (help #mwb-detected-help)
  627.                                             (choices #mwb-0 #mwb-1)
  628.                                             (default 0)
  629.                                  )
  630.                 )
  631.             )
  632.             (
  633.                 (set UseStdIcons (askchoice (prompt #mwb-notdetected-prompt)
  634.                                             (help #mwb-notdetected-help)
  635.                                             (choices #mwb-0 #mwb-1)
  636.                                             (default 1)
  637.                                  )
  638.                 )
  639.             )
  640.         )
  641.  
  642.         (if UseStdIcons
  643.             (
  644.                 (working #Unpack-StdIcons)
  645.  
  646.                 (set Fail (run (tackon DBDest "StandardIcons.run"
  647.                                )
  648.                           )
  649.                 )
  650.             )
  651.             (
  652.                 (working #Unpack-MWBIcons)
  653.  
  654.                 (set Fail (run (tackon DBDest "MWBIcons.run"
  655.                                )
  656.                           )
  657.                 )
  658.             )
  659.         )
  660.  
  661.         (if Fail
  662.             (
  663.                 (abort #unpack-error
  664.                 )
  665.             )
  666.         )
  667.  
  668.         (delete (tackon DBDest "StandardIcons.run"
  669.                 )
  670.         )
  671.  
  672.         (delete (tackon DBDest "MWBIcons.run"
  673.                 )
  674.         )
  675.  
  676.         (if (exists "MagicWB-Demo.run")
  677.             (
  678.                 (if (askoptions (prompt #prompt-MWB)
  679.                                 (help #help-MWB)
  680.                                 (choices #label-MWB)
  681.                     )
  682.                     (
  683.                         (copyfiles (source "MagicWB-Demo.run")
  684.                                    (dest DBDest)
  685.                         )
  686.  
  687.                         (complete 80)
  688.  
  689.                         (working #Unpack-MWBDemo)
  690.  
  691.                         (set Fail (run (tackon DBDest "MagicWB-Demo.run"
  692.                                        )
  693.                                   )
  694.                         )
  695.  
  696.                         (delete (tackon DBDest "MagicWB-Demo.run"
  697.                                 )
  698.                         )
  699.                     )
  700.                     (
  701.                         (delete (tackon DBDest "MagicWB-Demo.info"
  702.                                 )
  703.                         )
  704.                     )
  705.                 )
  706.             )
  707.         )
  708.  
  709.         (complete 90)
  710.  
  711.         (copyfiles (prompt #copying-install-script)
  712.                    (source "Install Diavolo")
  713.                    (dest DBDest)
  714.         )
  715.  
  716.         (copyfiles (source "Installer")
  717.                    (dest DBDest)
  718.         )
  719.  
  720.         (complete 92)
  721.  
  722.         ; ** Create all directories if not already there
  723.         ;
  724.  
  725.         (working #Create-Dirs)
  726.  
  727.         (if (not (exists (tackon DBDest "Tape Catalogs")
  728.                  )
  729.             )
  730.             (
  731.                 (makedir (tackon DBDest "Tape Catalogs")
  732.                          (prompt #create-dir)
  733.                 )
  734.             )
  735.         )
  736.  
  737.         (if (exists (tackon DBDest "DBScheduler"))
  738.             (if (not (exists (tackon DBDest "SchedulerEvents")
  739.                      )
  740.                 )
  741.                 (
  742.                     (makedir (tackon DBDest "SchedulerEvents")
  743.                              (prompt #create-dir)
  744.                     )
  745.                 )
  746.             )
  747.         )
  748.  
  749.         (if (not (exists (tackon DBDest "SelectFilters")
  750.                  )
  751.             )
  752.             (
  753.                 (makedir (tackon DBDest "SelectFilters")
  754.                          (prompt #create-dir)
  755.                 )
  756.             )
  757.         )
  758.  
  759.         (if (not (exists (tackon DBDest "DefIcons")
  760.                  )
  761.             )
  762.             (
  763.                 (makedir (tackon DBDest "DefIcons")
  764.                          (prompt #create-dir)
  765.                 )
  766.             )
  767.         )
  768.  
  769.         (complete 93)
  770.  
  771.         ; ** Check if catalogs are installed in LOCALE: and delete them
  772.         ; ** (they should only be located in the DB directory and nowhere else!)
  773.         ;
  774.  
  775.         (working #Checking-libs)
  776.  
  777.         (if (exists "Locale:catalogs/deutsch/Diavolo.catalog"
  778.                     (noreq)
  779.             )
  780.             (
  781.                 (delete "Locale:catalogs/deutsch/Diavolo.catalog"
  782.                         (prompt #Delete-German-Catalog)
  783.                 )
  784.             )
  785.         )
  786.  
  787.         (if (exists "Locale:catalogs/français/Diavolo.catalog"
  788.                     (noreq)
  789.             )
  790.             (
  791.                 (delete "Locale:catalogs/français/Diavolo.catalog"
  792.                         (prompt #Delete-French-Catalog)
  793.                 )
  794.             )
  795.         )
  796.  
  797.         (complete 95)
  798.  
  799.         ; ** Check if libraries are installed, if yes replace old versions
  800.         ;
  801.         ;
  802.  
  803.         (set LibDir (tackon DBDest "libs")
  804.         )
  805.  
  806.         (if (exists (tackon LibDir "movieshop.library")
  807.             )
  808.             (
  809.                 (copylib (prompt (#Update-Lib-Prompt @each-name))
  810.                          (help #Update-Lib-Help)
  811.                          (source (tackon LibDir "movieshop.library"))
  812.                          (dest "LIBS:")
  813.                          (optional nofail askuser)
  814.                          (confirm)
  815.                 )
  816.  
  817.                 (delete (tackon LibDir "movieshop.library") (optional force)
  818.                 )
  819.             )
  820.         )
  821.  
  822.         (if (exists (tackon LibDir "pfile.library")
  823.             )
  824.             (
  825.                 (copylib (prompt (#Update-Lib-Prompt @each-name))
  826.                          (help #Update-Lib-Help)
  827.                          (source (tackon LibDir "pfile.library"))
  828.                          (dest "LIBS:")
  829.                          (optional nofail askuser)
  830.                          (confirm)
  831.                 )
  832.  
  833.                 (delete (tackon LibDir "pfile.library") (optional force)
  834.                 )
  835.             )
  836.         )
  837.  
  838.         (foreach LibDir "~(asl|locale).library"
  839.             (
  840.                 (if (exists (tackon "LIBS:" @each-name)
  841.                     )
  842.                     (
  843.                         (copylib (prompt (#Update-Lib-Prompt @each-name))
  844.                                  (help #Update-Lib-Help)
  845.                                  (source (tackon LibDir @each-name))
  846.                                  (dest "LIBS:")
  847.                                  (optional nofail askuser)
  848.                                  (confirm)
  849.                         )
  850.                     )
  851.                 )
  852.             )
  853.         )
  854.  
  855.         (set LibDir (tackon LibDir "compressors")
  856.         )
  857.  
  858.         (foreach LibDir "#?.library"
  859.             (
  860.                 (if (exists (tackon "LIBS:compressors" @each-name)
  861.                     )
  862.                     (
  863.                         (copylib (prompt (#Update-XPK-Lib-Prompt @each-name))
  864.                                  (help #Update-Lib-Help)
  865.                                  (source (tackon LibDir @each-name))
  866.                                  (dest "LIBS:compressors")
  867.                                  (optional nofail askuser)
  868.                                  (confirm)
  869.                         )
  870.                     )
  871.                 )
  872.             )
  873.         )
  874.  
  875.         (complete 97)
  876.  
  877.         ; ** Set Icon tool types and default tools
  878.         ;
  879.  
  880.         (working #Correcting-Icons)
  881.  
  882.         (set IconDir (tackon DBDest "deficons")
  883.         )
  884.  
  885.         (copyfiles (source (tackon IconDir "DiavoloRoot.info"))
  886.                    (dest @default-dest)
  887.                    (newname "Diavolo.info")
  888.         )
  889.  
  890.         (tooltype (dest DBDest)
  891.                   (noposition)
  892.         )
  893.  
  894.         (tooltype (dest (tackon DBDest "MakeBootDisk"))
  895.                   (setdefaulttool "Installer")
  896.                   (settooltype "SCRIPT" "Install Diavolo")
  897.                   (settooltype "MINUSER" "AVERAGE")
  898.                   (settooltype "DEFUSER" "AVERAGE")
  899.                   (settooltype "PRETEND" "FALSE")
  900.                   (settooltype "APPNAME" "Diavolo Backup 3.x")
  901.                   (settooltype "LANGUAGE" @language)
  902.                   (setstack 10000)
  903.         )
  904.  
  905.         (tooltype (dest (tackon IconDir "Def_Filter"))
  906.                   (setdefaulttool (tackon DBDest "Diavolo"))
  907.                   (setstack 10000)
  908.                   (noposition)
  909.         )
  910.  
  911.         (if (exists (tackon IconDir "Def_Event.info")
  912.             )
  913.             (
  914.                 (tooltype (dest (tackon IconDir "Def_Event"))
  915.                           (setdefaulttool (tackon DBDest "DBScheduler"))
  916.                           (settooltype "DIAVOLODIR" DBDest)
  917.                           (settooltype "EVENTDIR" "SchedulerEvents")
  918.                           (setstack 10000)
  919.                           (noposition)
  920.                 )
  921.             )
  922.         )
  923.  
  924.         (tooltype (dest (tackon DBDest "Diavolo"))
  925.                   (settooltype "TOOLPRI" "0")
  926.                   (settooltype "LANGUAGE_2.0" @language)
  927.                   (settooltype "LANGUAGE_2.1" "auto")
  928.                   (settooltype "REFRESHDELAY" "5")
  929.         )
  930.  
  931.         (if (exists (tackon DBDest "DBSchedDaemon.info")
  932.             )
  933.             (
  934.                 (tooltype (dest (tackon DBDest "DBSchedDaemon"))
  935.                           (settooltype "LANGUAGE_2.0" @language)
  936.                           (settooltype "LANGUAGE_2.1" "auto")
  937.                           (settooltype "DIAVOLODIR" DBDest)
  938.                           (settooltype "EVENTDIR" "SchedulerEvents")
  939.                           (settooltype "DONOTWAIT" "1")
  940.                           (settooltype "STARTPRI" "-10")
  941.                           (setstack 10000)
  942.                 )
  943.  
  944.                 (if (askbool (prompt #copy-scheddaemon-prompt)
  945.                              (help #copy-scheddaemon-help)
  946.                              (default 1)
  947.                     )
  948.                     (
  949.                         (copyfiles (source (tackon DBDest "DBSchedDaemon"))
  950.                                    (dest "sys:WBStartup")
  951.                                    (infos)
  952.                         )
  953.                     )
  954.                 )
  955.             )
  956.         )
  957.  
  958.         (if (exists (tackon DBDest "DBScheduler.info")
  959.             )
  960.             (
  961.                 (tooltype (dest (tackon DBDest "DBScheduler"))
  962.                           (settooltype "LANGUAGE_2.0" @language)
  963.                           (settooltype "LANGUAGE_2.1" "auto")
  964.                           (settooltype "DIAVOLODIR" DBDest)
  965.                           (settooltype "EVENTDIR" "SchedulerEvents")
  966.                           (setstack 10000)
  967.                 )
  968.             )
  969.         )
  970.  
  971.         (complete 100)
  972.     )
  973.  
  974.     (
  975.         (set DBDest "")
  976.     )
  977. )
  978.  
  979.  
  980. ; ** Part II: Create emergency disk
  981. ;
  982.  
  983.  
  984. (set emergency (askbool (prompt #create-emergency-disk-prompt)
  985.                         (help #create-emergency-disk-help)
  986.                         (default 1)
  987.                         (choices #emergency-yes #emergency-no)
  988.                )
  989. )
  990.  
  991. (if emergency
  992.     (
  993.         (user 2)
  994.  
  995.         (set SysVersion (getversion))
  996.  
  997.         (set SysVer (/ SysVersion 65536))
  998.  
  999.         (complete 0)
  1000.  
  1001.  
  1002.         ; ** Format disk
  1003.         ;
  1004.  
  1005.  
  1006.         (until Ok
  1007.             (
  1008.                 (set Format (askchoice (prompt #format-select-prompt)
  1009.                                        (help #format-select-help)
  1010.                                        (choices #format-full #format-quick #format-none)
  1011.                                        (default 0)
  1012.                             )
  1013.                 )
  1014.  
  1015.                 (if (< Format 2)
  1016.                     (
  1017.                         (set Ok (askbool (prompt #Ok-To-Format-prompt)
  1018.                                          (help #Ok-to-format-help)
  1019.                                          (default 0)
  1020.                                          (choices #Format-yes #Format-no)
  1021.                                 )
  1022.                         )
  1023.  
  1024.                         (if Ok
  1025.                             (
  1026.                                 (working #formatting)
  1027.  
  1028.                                 (if (= Format 0)
  1029.                                     (
  1030.                                         (set Fail (run "sys:system/format drive df0: name \"Diavolo Emergency Disk\" ffs noicons")
  1031.                                         )
  1032.                                     )
  1033.                                     (
  1034.                                         (set Fail (run "sys:system/format drive df0: name \"Diavolo Emergency Disk\" ffs noicons quick")
  1035.                                         )
  1036.                                     )
  1037.                                 )
  1038.  
  1039.                                 (if Fail
  1040.                                     (
  1041.                                         (message #format-failed)
  1042.                                         (set Ok 0)
  1043.                                     )
  1044.                                 )
  1045.                             )
  1046.                         )
  1047.                     )
  1048.                     (
  1049.                         (set Ok 1)
  1050.                     )
  1051.                 )
  1052.             )
  1053.         )
  1054.  
  1055.         (complete 10)
  1056.  
  1057.         (set Fail (run "c:install df0:")
  1058.         )
  1059.  
  1060.         (if Fail
  1061.             (
  1062.                 (abort #install-failed)
  1063.             )
  1064.         )
  1065.  
  1066.         (working #create-dirs)
  1067.  
  1068.         (makedir "df0:c")
  1069.  
  1070.         (makedir "df0:libs")
  1071.  
  1072.         (makedir "df0:fonts")
  1073.  
  1074.         (makedir "df0:devs")
  1075.  
  1076.         (if (>= SysVer 39)
  1077.             (makedir "df0:devs/Monitors")
  1078.         )
  1079.  
  1080.         (makedir "df0:devs/Keymaps")
  1081.  
  1082.         (makedir "df0:s")
  1083.  
  1084.         (makedir "df0:Prefs")
  1085.  
  1086.         (makedir "df0:Prefs/Env-Archive")
  1087.  
  1088.         (makedir "df0:Tape Catalogs")
  1089.  
  1090.         (complete 15)
  1091.  
  1092.         (copyfiles (source "c:SetPatch")
  1093.                    (dest "df0:c")
  1094.         )
  1095.  
  1096.         (if (exists "c:loadwb_old")
  1097.             (
  1098.                 (copyfiles (source "c:loadwb_old")
  1099.                            (dest "df0:c")
  1100.                            (newname "loadwb")
  1101.                 )
  1102.             )
  1103.             (
  1104.                 (copyfiles (source "c:loadwb")
  1105.                            (dest "df0:c")
  1106.                 )
  1107.             )
  1108.         )
  1109.  
  1110.         (copyfiles (source "c:copy")
  1111.                    (dest "df0:c")
  1112.         )
  1113.  
  1114.         (copyfiles (source "c:IPrefs")
  1115.                    (dest "df0:c")
  1116.         )
  1117.  
  1118.         (copyfiles (source "c:Assign")
  1119.                    (dest "df0:c")
  1120.         )
  1121.  
  1122.         (copyfiles (source "c:MakeDir")
  1123.                    (dest "df0:c")
  1124.         )
  1125.  
  1126.         (if (exists "libs:68040.library")
  1127.             (
  1128.                 (copyfiles (source "libs:68040.library")
  1129.                            (dest "df0:libs")
  1130.                 )
  1131.             )
  1132.         )
  1133.  
  1134.         (copyfiles (source "libs:diskfont.library")
  1135.                    (dest "df0:libs")
  1136.         )
  1137.  
  1138.         (copyfiles (source "libs:iffparse.library")
  1139.                    (dest "df0:libs")
  1140.         )
  1141.  
  1142.         (copyfiles (source "libs:asl.library")
  1143.                    (dest "df0:libs")
  1144.         )
  1145.  
  1146.         ; ** Just in case my asl is newer
  1147.  
  1148.         (copylib (source (tackon DBDest "libs/asl.library"))
  1149.                  (dest "df0:libs")
  1150.         )
  1151.  
  1152.         (copyfiles (source (tackon DBDest "libs/xpkmaster.library"))
  1153.                    (dest "df0:libs")
  1154.         )
  1155.  
  1156.         (copyfiles (source (tackon DBDest "libs/compressors"))
  1157.                    (dest "df0:libs/compressors")
  1158.                    (pattern "xpk(FEAL|FAST|NUKE).library")
  1159.         )
  1160.  
  1161.         (copyfiles (source (tackon DBDest "fonts"))
  1162.                    (dest "df0:fonts")
  1163.                    (all)
  1164.         )
  1165.  
  1166.         (complete 30)
  1167.  
  1168.         (copyfiles (source (tackon DBDest "Diavolo"))
  1169.                    (dest "df0:")
  1170.                    (infos)
  1171.         )
  1172.  
  1173.         (complete 70)
  1174.  
  1175.         (if (>= SysVer 39)
  1176.             (
  1177.                 (copyfiles (prompt #copy-monitors-prompt)
  1178.                            (help #copy-monitors-help)
  1179.                            (source "devs:monitors")
  1180.                            (dest "df0:devs/monitors")
  1181.                            (pattern "~(#?.info|VGAOnly)")
  1182.                            (confirm)
  1183.                 )
  1184.  
  1185.                 (if (exists "libs:cybergraphics.library")
  1186.                     (
  1187.                         (copyfiles (source "libs:")
  1188.                                    (dest "df0:libs")
  1189.                                    (pattern "Cyber(graphics|layers|intuition).library")
  1190.                         )
  1191.  
  1192.                         (if (exists "env:CyberGraphics")
  1193.                             (copyfiles (source "env:CyberGraphics")
  1194.                                        (dest "df0:prefs/Env-Archive/CyberGraphics")
  1195.                                        (all)
  1196.                             )
  1197.                         )
  1198.  
  1199.                         (copyfiles (source "libs:datatypes.library")
  1200.                                    (dest "df0:libs")
  1201.                         )
  1202.                     )
  1203.                 )
  1204.             )
  1205.         )
  1206.  
  1207.         (complete 80)
  1208.  
  1209.         (if (exists "env:sys/ScreenMode.prefs")
  1210.             (
  1211.                 (copyfiles (source "env:sys/ScreenMode.prefs")
  1212.                            (dest "df0:prefs/Env-Archive/sys")
  1213.                 )
  1214.             )
  1215.         )
  1216.  
  1217.         (if (exists "env:sys/Palette.prefs")
  1218.             (
  1219.                 (copyfiles (source "env:sys/Palette.prefs")
  1220.                            (dest "df0:prefs/Env-Archive/sys")
  1221.                 )
  1222.             )
  1223.         )
  1224.  
  1225.         (if (exists "env:sys/input.prefs")
  1226.             (
  1227.                 (copyfiles (source "env:sys/input.prefs")
  1228.                            (dest "df0:prefs/Env-Archive/sys")
  1229.                 )
  1230.             )
  1231.         )
  1232.  
  1233.         (set Monitors "")
  1234.  
  1235.         (if (>= SysVer 39)
  1236.             (
  1237.                 (foreach "df0:devs/monitors" "~(#?.info)"
  1238.                     (
  1239.                         (set Monitors (cat Monitors
  1240.                                            "  DEVS:Monitors/"
  1241.                                            @each-name
  1242.                                            "\n"
  1243.                                       )
  1244.                         )
  1245.                     )
  1246.                 )
  1247.             )
  1248.         )
  1249.  
  1250.         (textfile (dest "df0:s/startup-sequence")
  1251.                   (append (cat "c:SetPatch > nil:\n"
  1252.                                "makedir ram:env\n"
  1253.                                "assign env: ram:env\n"
  1254.                                "copy envarc: env: all quiet\n"
  1255.                                "assign locale: sys:\n"
  1256.                                "assign KEYMAPS: DEVS:Keymaps\n"
  1257.                                "if exists DEVS:Monitors\n"
  1258.                                Monitors
  1259.                                "endif\n"
  1260.                                "iprefs\n"
  1261.                                "loadwb\n"
  1262.                                "endcli > nil:\n"
  1263.                           )
  1264.                   )
  1265.         )
  1266.  
  1267.         (complete 90)
  1268.  
  1269.         (if (exists (tackon DBDest "DiavoloStandard.prefs"))
  1270.             (
  1271.                 (copyfiles (source (tackon DBDest "DiavoloStandard.prefs"))
  1272.                            (dest "df0:")
  1273.                 )
  1274.  
  1275.                 (message #Prefs-available)
  1276.             )
  1277.             (
  1278.                 (message #Prefs-not-available)
  1279.             )
  1280.         )
  1281.  
  1282.         (copyfiles (source "Devs:Keymaps")
  1283.                    (dest "df0:Devs/Keymaps")
  1284.                    (pattern "~(#?.info)")
  1285.         )
  1286.  
  1287.         (complete 100)
  1288.  
  1289.         (message #emergency-disk-finished)
  1290.     )
  1291. )
  1292.  
  1293. (if Installed
  1294.     (exit (quiet))
  1295.     (exit)
  1296. )
  1297.  
  1298.